home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / bbs / server / octb_074 / language / language.40c next >
Encoding:
Text File  |  1997-02-08  |  25.6 KB  |  654 lines

  1. ;
  2. ;  Language file for The Octopus GEM/TOS Bulletin Board System
  3. ;  written by me (Koos Kuil) on 05 Jan 1996
  4. ;
  5. ;  Updated for Octopus v0.74alpha-8, default English Language module
  6. ;
  7. ;  40 Column ATASCII version, done by Koos Kuil
  8. ;
  9. ;  WARNING: Be sure that all % chars are available in the Language
  10. ;           dependent lines, when they are missing or swapped (when
  11. ;           there are 2 or more existing), Bombs or garbage are the
  12. ;           result when the concerning line is send.
  13. ;
  14. ;  When you want to make a translation use this Language file as
  15. ;  basic because this one is allways up-to date with new Octopus
  16. ;  versions.  Don't make selection lines (menu bars) to large, think
  17. ;  about the screen width and keep it short.
  18. ;
  19. ;  This Language file is done on very low-level C niveau, when you
  20. ;  do not understand C, be carefull!
  21. ;
  22. ;  \f    Form feed (Clear Screen)
  23. ;  \n    Line Feed
  24. ;  \r    Carrige Return
  25. ;
  26. ;  Colors are available by adding the following magics hexadecimal
  27. ;  values (these are internal codes).
  28. ;
  29. ;  F_RESET         \x0e      Foreground colors
  30. ;  F_RED           \x0f
  31. ;  F_GREEN         \x10
  32. ;  F_YELLOW        \x11
  33. ;  F_BLUE          \x12
  34. ;  F_MAGENTA       \x13
  35. ;  F_CYAAN         \x14
  36. ;  F_WHITE         \x15
  37. ;  F_BLACK         \x16
  38. ;
  39. ;  B_RESET         \x17      Background colors
  40. ;  B_RED           \x18
  41. ;  B_GREEN         \x19
  42. ;  B_YELLOW        \x1a
  43. ;  B_BLUE          \x1b
  44. ;  B_MAGENTA       \x1c
  45. ;  B_CYAAN         \x1d
  46. ;  B_WHITE         \x1e
  47. ;  B_BLACK         \x1f
  48. ;
  49. ;  AskYesNo ()
  50. ;
  51. ;  Format: "<No><Yes><Yes>..."   The first key is allways NO!
  52. ;
  53. Ask_YesNo   "NY\r"
  54. Say_Yes     "Yes\r\n"
  55. Say_No      "No\r\n"
  56. ;
  57. ;  More prompt
  58. ;
  59. Moreprompt  "More (Y,n,=)?"
  60. ;
  61. ;  Keys for more prompt:  "<Nonstop><No><Yes>..."
  62. ;
  63. Moreprompt_keys  "=NY\r"
  64. ;
  65. ; Archive text
  66. Arch_unknown    "\rUnknown file format!  Press (Enter)..."
  67. Arch_compress   "\r\n\nCalling %s to compress (%12s)..."
  68. Arch_uncompress "\r\n\nCalling %s to uncompress..."
  69. Arch_file_id    "Found FILE_ID.DIZ description file"
  70. ;
  71. ; Bulletin menu keys format:
  72. ;
  73. ; Backward  B
  74. ; Forward   F
  75. ; Goto      G
  76. ; Download  D
  77. ; Search    S
  78. ; Quit      Q
  79. ;
  80. Bulletin_menukeys   "BFGDSQ\r"
  81. ;
  82. ; Bulletin text
  83. ;
  84. Bull_scanning   "\fScanning Bulletin ...."
  85. Bull_backward   "Back"
  86. Bull_forward    "Forw"
  87. Bull_goto       "\rGoto bulletin page (1-%d) : "
  88. Bull_inv_page   "\rInvalid page %s, press (Return):"
  89. Bull_search     "\rSearch to keyword "
  90. Bull_searching  "\tSearching..."
  91. Bull_notfound   "\r\n\nKeyword %s not found.\r\n"
  92. Bull_status     "\r(%s,%lu,%d,%d) Select: "
  93. Bull_menutext   "%s\r\n"
  94.                 "@Forw @Backw @Downl @Goto @Search @Quit\r\n"
  95. Bull_nokeyw_bw  "\r%39s\rNo keywords found, reset (Y,n)? "
  96. Bull_nokeyw_fw  "\r%39s\rNo keywords found, reset (Y,n)? "
  97. ; Editor text
  98. Edit_title      "\f\x1a  Octopus Text Editor   \x17\r\n\n"
  99. Edit_header     "Begin now with entering your msg text,\r\n"
  100.                 "there's automatically word wrapping at\r\n"
  101.                 "the end of each line, Enter 2 empty \r\n"
  102.                 "lines to exit edit mode.\r\n\n"
  103. Edit_bar        "    +---------+---------+---------+---+\r\n\n"
  104. Edit_filedesc   "Enter a description for this file,  \r\n"
  105.                 "maximum 5 lines are possible. Enter 2\r\n"
  106.                 "empty lines to exit edit mode. Select\r\n"
  107.                 "@S to save file or @Q to lose it.\r\n\n"
  108. Edit_menutext   "\r\n\n@Continue  @Delete  @Insert  @Quit\r\n"
  109.                       "@Save      @Help    @List    Select:"
  110. Edit_saving     "\r\n\nSaving your message..."
  111. Edit_delete     "\r\n\nDelete line(s): "
  112. Edit_delete_f   "\r\n\nDelete your first line?  I can't do this."
  113. Edit_insert     "\r\n\nInsert line: "
  114. Edit_wrongline  "\rWrong line number, use 1 - %d !"
  115. Edit_listing    "Listing...\r\n"
  116. Edit_quit       "\r\n\nYour message text will be gone!\r\n"
  117.                       "Do you really want to Quit (Y,n)? "
  118. ;
  119. ; New entry's for Octopus v0.68 Beta
  120. ;
  121. Edit_no_insert  "\r\n\nInsert lines while describing new\r\n"
  122.                       "uploads is not possible."
  123. ;
  124. ; Quote keys
  125. ;
  126. ; Format:    Edit_quote_keys <quit><no><yes>...
  127. ;
  128. Edit_quote      "\x18(Y,n,q)\x17 ? "
  129. Edit_quote_keys "QNY\r"
  130. ;
  131. ; Filebase menu keys
  132. ;
  133. ; Backward  B
  134. ; Forward   F
  135. ; Download  D
  136. ; Edit      E
  137. ; Help      H
  138. ; Tag       T
  139. ; Info      I
  140. ; Keyword   K
  141. ; Quit      Q
  142. ; Newfiles  N
  143. ; Search    S
  144. ;
  145. Filebase_menukeys  "BFDEHTIKQNS\r"
  146. ;
  147. ; Filebase edit taglist menu keys
  148. ;
  149. ; Untag all A
  150. ; Help      H
  151. ; Tag/Untag T
  152. ; Quit      Q
  153. ;
  154. Filebase_editkeys  "AHTQ"
  155. ;
  156. ; Filebase download menu keys
  157. ;
  158. ; Description  D
  159. ; Protocol     P
  160. ; Quit         Q
  161. ; Helptext     ?
  162. ; Autologoff   !
  163. ; Edit taglist E
  164. ;
  165. Filebase_downlkeys "DPQ?!E"
  166. ;
  167. ; Filebase text
  168. ;
  169. File_b_info     "Show info about file nr: "
  170. File_b_newfiles "Enter days/date for newfiles: "
  171. File_b_search   "Search to file: "
  172. File_b_tagfiles "Tag number(s): "
  173. File_bg_keyword "Enter keyword (no wildcrds): "
  174. File_bl_keyword "Keyword: "
  175. File_transfer   "\r\n\n%s using %s...\r\n"
  176.                 "Press Control-X several times to abort\r\n\n"
  177. File_no_newfil  "No (more) new files found!"
  178. File_no_keyword "No (more) files found with your keyword\r\n"
  179.                 "\'%s\', please try another one."
  180. File_back_edit  "\nBack from the Tag list options\r\n\n"
  181. File_back_help  "\nBack from the Help Bulletin\r\n\n"
  182. ; Filebase menu entrys
  183. File_bg_menu_1  "\f@Back @Downl @Edit @Forward @Help @Info @Quit\r\n"
  184. File_bg_menu_2    "@Srch @New   @Tag  @Keyword Select: "
  185. File_bl_menu_1  "\f@Back @Downl @Edit @Forward @Help @Info @Quit\r\n"
  186. File_bl_menu_2    "@Tag  @Quit  @Keyw Select: "
  187. File_ed_menu_1  "\fUnt@Ag all  un@Tag  @Help  @Quit\r\n"
  188. File_ed_menu_2  "Select option: "
  189. ; General text used in filebase
  190. File_avail_areas "Fileareas in group '\x10%s\x0e'...\r\n\n"
  191. File_select_area "\r\n@Back @Forw @Width @Quit (Return=more)\r\n"
  192.                  "Enter file area number or option: "
  193. File_stats      "File Base statistics...\r\n"
  194. File_areas      "\nAvailable areas in filegroup %8s\r\n\n"
  195. File_available  "\nTotal files: %lu\r\n"
  196.                   "Total size: %lu Kbyte\r\n\n"
  197. File_newfiles   "\f\nEnter nr of days or date '%s'\r\n"
  198.                 "for newfiles listing: "
  199. File_listing    "\f\nEnter name or (Return) for list: "
  200. File_search     "\f\nEnter keyword to search: "
  201. File_info       "\f\nEnter the filename: "
  202. File_notfound   "\r\n\nFile not found or no access.\r\n\n"
  203. File_exceed     "File (%-12s) exceeds download\r\n"
  204.                 "limit use (Edit) for selection. "
  205. File_clear      "\rClear tagged files list (Y,n)?"
  206. File_max_down   "\fMaximum download today    : %5ld kb\r\n"
  207.                   "Total size of tagged files: %5lu kb\r\n"
  208.                   "Download remaining        : %5d kb\r\n"
  209.                   "Inverse filenames are tagged.\r\n\n"
  210. File_tot_tagged "\r\nTotal size of files: %ld bytes\r\n"
  211.                     "Approx download time: %d minutes\n"
  212. File_warning    "\r\nWarning, it's possible that you have\r\n"
  213.                     "not enough time left.\n"
  214. File_continue   "\rPress (Return) to continue..."
  215. File_upload     "\r\n\nEnter upload filename: "
  216. File_upload_thx "\"
  217. ;
  218. ; Archive text
  219. File_invalid    "\r\n\nInvalid download option\r\n"
  220. File_notagged   "\r\n\nThere are no files tagged for download,\r\n"
  221.                       "please enter a filename.\n"
  222. File_nowildcard "\r\n\nPlease don't use wildcards, use only\r\n"
  223.                       "full filenames.\n"
  224. File_noreg      "\r\n\nIf your Sysop register Octopus, you can\r\n"
  225.                       "download this file.\n"
  226. File_tagged     "\r\n\nTagged file: %s (%ld bytes)\n"
  227. File_exceed2    "\r\n\nThis file exceed the download limit.\n"
  228. File_notfound2  "\r\n\nFile not found or no access.\n"
  229. ;
  230. ; A few new entry's for Octopus v0.68 Beta
  231. ;
  232. File_downlabort "\r\nDownload aborted!\r\nTry it once again (Y,n)?"
  233. File_keeptagged "\r\nShould i keep the tagged files (Y,n)?"
  234. File_clr_tagged "\r\nListing of tagged files is cleared now!\r\n\n"
  235. File_dqwk_abort "\r\nQWK download aborted (file %s) \r\nTry it once again (Y,n)?"
  236. File_nogroupacc "No access to the file group \'%s\'.\r\n\n"
  237. ;
  238. ; Attribute menu keys
  239. ;
  240. ; Auditrequest   A
  241. ; Crash          C
  242. ; Filerequest    F
  243. ; Hold           H
  244. ; Killsent       K
  245. ; Local          L
  246. ; Orphan         O
  247. ; Private        P
  248. ; ReturnReceipt  R
  249. ; Received       V
  250. ; Sent           S
  251. ; Fileattach     W
  252. ;
  253. Mess_attribkeys    "ACFHKLOPRVSW\r\x1b"
  254. ;
  255. ; Messagebase text
  256. Mess_all        "All"
  257. Mess_again      "Agn"
  258. Mess_backward   "Back"
  259. Mess_change     "Change"
  260. Mess_erase      "Erase"
  261. Mess_forward    "Forward"
  262. Mess_headeredit "Hdr edit"
  263. Mess_help       "Help"
  264. Mess_kludge     "Kludge"
  265. Mess_keyword    "Keyword"
  266. Mess_mark       "Mark"
  267. Mess_netreply   "Net reply"
  268. Mess_next_area  "Next area"
  269. Mess_prev_area    "Prev area"
  270. Mess_print        "Print msg"
  271. Mess_quit       "Quit"
  272. Mess_reply      "Reply"
  273. Mess_scan       "Scan"
  274. Mess_write      "Write"
  275. ;
  276. ; Message base status text
  277. Mess_Fs_nmess   "(no messages available)"
  278. Mess_Fs_naccess "(no access to message)"
  279. Mess_Fs_nobackw "(no messages backward)"
  280. Mess_Fs_first   "(first message)"
  281. Mess_Fs_noforwd "(no messages forward)"
  282. Mess_Fs_last    "(last message)"
  283. Mess_Fs_repnetm "(reply to netmail)"
  284. Mess_Fs_norepbk "(no reply's backward)"
  285. Mess_Fs_norepfw "(no reply's forward)"
  286. Mess_Fs_noerase "(erase is not allowed)"
  287. ; Message base menu bars
  288. ;
  289. ;   A Again
  290. ;   B Backward
  291. ;   C Change
  292. ;   D Download attached file
  293. ;   E Erase message
  294. ;   H Header edit & attribute edit
  295. ;   F Forward
  296. ;   G Goto
  297. ;   K Kludge
  298. ;   M Move
  299. ;   N Netmail Reply (quoted)
  300. ;   Q Quit
  301. ;   R Reply (quoted)
  302. ;   S Scan
  303. ;   W Write (allow header edit & upload message)
  304. ;   < Original
  305. ;   > Answer
  306. ;
  307. ; Normal message base menu bar options (ReadMessages)
  308. ;
  309. ; Message area menu keys are sorted in alfabetical order and are
  310. ; constant in Octopus (first key 'A' == allways Again, replace 'A'
  311. ; by another one if you want)       (Function not supported yet)
  312. ;
  313. Mess_areamenu_keys "ABCDEFGHKMNQRSW<>\r\x10"
  314. ;
  315. Mess_areamenu1    "@Again @Back @Chng @Downl @Erase @Forw @Goto\r\n"
  316.                   "@Hdr   @Kldg @Move @NetRp @Quit  @Rply @Scan\n"
  317. Mess_areamenu2  "\r@Write @< Origin  @> Answer Select:"
  318. ;
  319. ; Normal message base scan menu bar options
  320. ;
  321. Mess_scanmenu_keys "ABFGHKMNRQ\r"
  322. ;
  323. Mess_scanmenu1  "@All  @Back @Forw @Goto @Help @Keyword @Mark\r\n"
  324. Mess_scanmenu2  "@Name @Reps @Quit Select scan option: "
  325. ;
  326. ; Own message base menu bar options
  327. ;
  328. Mess_ownmenu_keys  "ABCDEFGKNQRS+-\r\x10"
  329. ;
  330. Mess_ownmenu1   "@Again  @Back @Clear @Downl @Erase @Forward\r\n"
  331.                 "@Goto   @Kldg @NetRp @Quit  @Reply @Scan\r\n"
  332. Mess_ownmenu2   "@+ Area @- Area    Select: "
  333. ;
  334. ; Own message base scan menu bar options
  335. ;
  336. Mess_ownscmenu_keys "FBGHQ\r"
  337. ;
  338. Mess_ownscmenu1 "@Forw @Back @Goto @Help @Quit\r\n"
  339. Mess_ownscmenu2 "Select scan option: "
  340. ;
  341. ; Message attribute change menu bar options
  342. ;
  343. Mess_attmenu1   "@AReq @Crash @FReq  @Hold (Return) accept\r\n"
  344. Mess_attmenu2   "@K/S  @Local @Orphn @Pvt  (Escape) no chngs\r\n"
  345. Mess_attmenu3   "@RRec Rec@Vd @Sent  @W/F  Select attributes. "
  346. ; Message base general text
  347. Mess_nobackward "\r\n\nNo msgs backward or no access.\r\n\n"
  348. Mess_noforward  "\r\n\nNo msgs forward or no access.\r\n\n"
  349. Mess_nomarked   "\r\n\nNo marked msgs to read.\r\n\n"
  350. Mess_goto       "Goto msg: "
  351. Mess_goto_warn  "\rThis results in bad lrd ptrs, quit (Y,n)? "
  352. Mess_clear      "\rSet all marked mail as readed (Y,n)? "
  353. Mess_clear_area "\rShould i set only this area (Y,n)? "
  354. Mess_clearing   "Busy with setting marked msgs..."
  355. Mess_erasemsg   "\rErase this msg (Y,n)? "
  356. Mess_noaccess   "\r\n\nYou have no access to that msg!\r\n\n"
  357. Mess_noclear    "\rClear doesn't work now. Press (Return):"
  358. Mess_askname    "Enter the name of the user and/or the\r\n"
  359.                 "fidonet node number."
  360. Mess_writemsg   "\r\n\nWrite a message\r\n\n"
  361.                       "Date: %s\r\n"
  362.                       "From: %s\r\n"
  363.                       "To  : "
  364. Mess_nodenr       "\r\n      node (x:xx/xx.x): "
  365. Mess_inv_node   "You didn't enter a right fidonet number\r\n"
  366.                 "or known username!   Retry (Y,n)? "
  367. Mess_rep_back   "Reply back"
  368. Mess_rep_noback "\r\n\nNo reply's backward found.\r\n\n"
  369. Mess_rep_forw   "Reply forw"
  370. Mess_rep_noforw "\r\n\nNo reply's forward found.\r\n\n"
  371. Mess_ask_pvt    "Private msg (Y,n)? "
  372. Mess_quote_txt  "Quote message text (Y,n)? "
  373. Mess_quote_beg  "\rBegin now with quoting msg text...\r\n"
  374. Mess_writemsg_2 "\r\n\nWrite Message\r\n\n"
  375. Mess_writemsgft "From: %s\r\nTo  : "
  376. Mess_writemsgsb "\r\nSubj: "
  377. Mess_scankeyw   "Scan to keyword : "
  378. Mess_scanname   "Scan username : "
  379. Mess_scanrep    "Scan reply's"
  380. Mess_move       "\rMove messsage %d to area"
  381. Mess_move_inv   "\rInvalid msgarea %s (Press any key)"
  382. ;
  383. ;  The more prompt while displaying a message, the first
  384. ;  char is used to abort the message.
  385. ;
  386. Mess_more       "More \x18(Y,n,menu key)\x17 ? "
  387. Mess_more_keys  "NFBQRDWS<>"
  388. ;
  389. ; Mailscan
  390. Mess_allscan    "\r\n\nScanning msgs to All...\r\n"
  391. Mess_mailscan   "\r\n\nScanning mail, wait a moment\r\n"
  392.                       "press (Space) to abort...\r\n"
  393. Mess_nomail     "    \r\nNo new mail found to you.\n"
  394. Mess_scantot    "Scanned %ld msgs\r\n\n"
  395. Mess_foundmsgs  "Found %d msgs to you, read it (Y,n)? "
  396. Mess_download   "Download file of %ld bytes (Y,n)? "
  397. Mess_fileattach "@Downl file"
  398. Mess_ascii_fatt "This message contains a file for you\r\n"
  399.                 "press @D for download.\r\n\n"
  400. Mess_searchkeywd "\fSearch to keyword inside msg text\r\n"
  401.                    "in groups '%s'\r\n\n"
  402.                    "(upper/lowercase are ignored): "
  403. Mess_searching   "\r\nScanning to keyword '%s'\r\n"
  404. Mess_searcharea  "Searching msg area %s\r\n"
  405. Mess_scannewmail "\r\n\nScanning new mail in marked areas..."
  406. Mess_nonewmail   "\r\n\nNo new mail found in marked areas.\r\n\n"
  407. ;
  408. ; New entry's for Octopus v0.68 Beta
  409. ;
  410. Mess_nogroupacc  "No access to msg group \'%s\'.\r\n\n"
  411. ; Misc text
  412. Misc_subject    "\fOn what subject do you want to chat\r\n"
  413.                   "with the Sysop?\r\n\n>"
  414. Misc_sysop      "\x1b Sysop name:    %-26s (ESC) to exit chat mode              \x17"
  415. Misc_user       "\x18 You are user:  %-26s OCTOPUS %s   Time:            \x17"
  416. Misc_hello      "\r\n\nHello %s\r\n"
  417.                       "The SysOp is talking to you...\r\n\n"
  418. Misc_end        "\nEnd of the chat, press (Return)... "
  419. Misc_wakeup     "Trying to wakeup the SysOp\r\n"
  420.                 "press (Space) to abort... "
  421. Misc_notavail   "\r\n\nThe sysop is not available yet, do you\r\n"
  422.                       "want to leave a message (y,n)? "
  423. Misc_senseterm  "\fAutoSensing ANSI...    "
  424. Misc_timeout     "\fHello!  Are you sleeping?\r\n"
  425.                 "Press (Space) bar to response!\r\n"
  426. ; Qwkreader text
  427. Qwk_creating    "\f\nCreating QWK Mail Packet\r\n"
  428.                     "press (Space) to abort.\r\n\n"
  429. Qwk_processing  "Msgarea (%-20s), msgs (%4d)\r\n"
  430. Qwk_abort       "\rAbort QWK mail processing (Y,n)? "
  431. Qwk_added       "\rAdded (%4d) msgs in QWK packet.\r\n\n"
  432. Qwk_ask_batch   "\fShould i create the QWK packet OFFLINE\r\n"
  433.                   "(you must call back later) (Y,n)? "
  434. Qwk_already_req "\nThere's already a QWK Batch-Pack job existing\r\n"
  435.                   "from you, you should wait first until this\r\n"
  436.                   "one is ready (maybe about a few hours).\r\n\n"
  437. Qwk_batch_info  "\r\nYour QWK batchpack request will be ready\r\n"
  438.                     "within a few hours\r\n\n"
  439. Qwk_upload      "\r\n\nPlease Upload now your QWK reply mail\r\n"
  440.                       "packet using %s...\r\n"
  441.                       "Press Control-X to abort transfer.\r\n\n"
  442. Qwk_import      "\r\n\nImport QWK reply mail packet\r\n"
  443.                       "wait a moment...\r\n\n"
  444. Qwk_unkn_netm   "> Node number (%s) unknown in Netmail msg\n"
  445. Qwk_acc_denied  "> Write access denied to area (%s)\r\n"
  446. ;
  447. ; New entry's for Octopus v0.68 Beta
  448. ;
  449. Qwk_ask_auto    "\nDo you want daily an automatically\r\n"
  450.                   "created QWK mail packet (Y,n)? "
  451. Qwk_req_info    "\nYour QWK packet will be processed\r\n"
  452.                   "immediately after your logoff.\r\n\n"
  453. ; Message area listings generated by Octopus are also used by QWK
  454. Qwk_mess_areas  "Msgareas in group '%s'...\r\n\n"
  455. Qwk_avail_areas "QWK areas in group '%s'...\r\n\n"
  456. Qwk_select_area "\r\n@Back @Forw @Width @Quit (Return=more)\r\n"
  457.                  "Enter msgarea (numbers) or option: "
  458. Qwk_select_mess "message area"
  459. Qwk_select_numm "area number(s)"
  460. Qwk_nomarked    "\fThere are message areas marked for the\r\n"
  461.                   "QWK offline reader, please do this!\r\n\n"
  462. Qwk_max_days    "\r\nEnter maximum days for msgs: "
  463. ; Send/Recv text
  464. Send_shell      "Wait a moment... Sysop is shelling to an\r\n"
  465.                 "external shell...\r\n"
  466. Send_back       "\nSysop is back... Press (Return)... "
  467. ; Script text
  468. Scr_timeup      "\fTIME UP!  No more time left today, bye!\r\n"
  469. ; Userbase text
  470. User_userlist   "(UserList) Enter (search) pattern: "
  471. User_searching  "\fSearching userlist '%s'..."
  472. User_ulistnotf  "\r\n\nNo users found, please try another\r\n"
  473.                       "search pattern.\r\n\n"
  474. User_new_passw  "\r\n\nSelect password. 4 - 14 chars : "
  475. User_pw2short   "\r\n\nPassword too short!  Select a new\r\n"
  476.                       "and longer password.\a"
  477. User_pwverify   "\r\nEnter your password again: "
  478. User_pw_diffrnt "\r\n\nPasswords are not the same!\a"
  479. User_pw_changed "\r\n\nPassword is now changed.\r\n\n"
  480. User_new_scrlen "\r\nEnter the number at the top: "
  481. User_inv_scrlen "\r\n\nUse only values between 10-%d!"
  482. User_new_scrwid "\r\n\nEnter screen width (40/80/...):"
  483. User_inv_scrwid "\r\n\nUse only values between 40-%d!"
  484. User_hotkeys    "\r\n\nDo you want menu hotkeys (Y,n)? "
  485. User_intruderlk "\r\n\nIntruder detection has been enabled\r\n"
  486.                       "next login possible about %d minutes!\r\n\nBye!\r\n"
  487. User_badcalls   "\r\n\nWARNING! %d bad calls since your last\r\n"
  488.                       "logon detected, be carefull!\r\n\n"
  489. ;
  490. ; Changed for alias support
  491. ;
  492. User_firstname  "\rEnter 'new' to startup newuser\r\n"
  493.                   "procedure or Alias or your first and\r\n\n"
  494.                   "last name: "
  495. User_scanning   "\r\n\nScanning user file..."
  496. User_notfound   "\rUsername or alias \'%s\'\r\n"
  497.                   "not found, did you enter right (Y,n)? "
  498. User_newuser    "\r\n\nStarting newuser procedure..."
  499. User_fullname   "\r\n\nEnter your full (first & last) name\r\n"
  500.                       ": "
  501. User_alias      "\r\n\nEnter a User alias/handle you want to\r\n"
  502.                       "use on this BBS: "
  503. User_dupalias   "\r\n\nThat user alias is already used on this\r\n"
  504.                       "BBS, try another one!"
  505. User_correct    "\r\n\nHave you all the information correct\r\n"
  506.                       "entered (Y,n)?"
  507. User_getpasswd  "Enter password: "
  508. User_badpasswd  "\r\nWrong Password!\a\r\n"
  509. User_nobirthd   "\r\n\nI didn't have your birthday information\r\n"
  510.                       "please enter your birthday\r\n"
  511.                       "Format %s > "
  512. User_inv_birthd "\r\n\nPlease don't use other formats and enter\r\n"
  513.                       "it correctly, you can't skip this!\a"
  514. User_register   "\r %s \r\n\nAsk the Sysop to register Octopus\r\n"
  515.                             "press (Return) to continue...\r\n\n"
  516. User_sup_ansi   "Your display does support ANSI codes\r\n"
  517.                 "do you accept %s (Y,n)? "
  518. User_ask_alias  "\r\n\nOn this BBS are alias-handled msgbases\r\n"
  519.                       "but you don't have one, to avoid problems\r\n"
  520.                       "i'll ask you now to enter one.\r\n\n"
  521. ;
  522. ; New entry's for Octopus v0.74alpha-7
  523. ;
  524. Mess_send_route  "\fYour message will be send to:\r\n\n>%s\r\n\nusing the following route:\r\n\n"
  525.                  "%s -> %s (%d:%d/%d"
  526. Mess_enter_email "Enter an internet style E-mail address\r\n"
  527.                  "from the person you'll write a message.\r\n"
  528.                  "(Example: abcdefgh@abc.ef.gh)\r\n\n>"
  529. Mess_inv_email   "\r\n\nThe E-mail address you have entered is\r\n"
  530.                        "not valid, it does not have a '@' char\r\n"
  531.                        "which is needed.\r\n\n"
  532.                        "Please enter a valid address!\r\n\n>"
  533. Mess_mail_header "    \r\nMessages to you (%s)\r\n"
  534.                      "\x11---------------------------------------\x0e\n"
  535. File_upl_to_user "\r\nEnter the full username where are your\r\n"
  536.                      "files for, note that your uploaded\r\n"
  537.                      "files are removed automatically after\r\n"
  538.                      "a few days.\r\n"
  539.                        ">"
  540. File_upl_sysop   "I think you want to upload a file for\r\n"
  541.                  "the SysOp, the file upload will result\r\n"
  542.                  "in a private upload.\r\n\n"
  543. File_user_is_pnt "Username %s is point\r\n"
  544.                  "on this BBS as %u:%u/%u.%u\r\n\n"
  545. File_user_hold   "Your uploaded files will be set on\r\n"
  546.                  "Hold for this point because this is\r\n"
  547.                  "much faster in practice and easyer for\r\n"
  548.                  "him/her.\r\n"
  549. File_user_is_node "Username %s is not\r\n"
  550.                   "point on this BBS but known\r\n"
  551.                   "as %u:%u/%u.%u\r\n\n"
  552. File_user_notice  "The user will be noticed that there is\r\n"
  553.                   "a file for him on Hold using a private\r\n"
  554.                   "netmail message.  When he receives it\r\n"
  555.                   "he can decide to pick up the file or\r\n"
  556.                   "not. The file is automatically deleted\r\n"
  557.                   "after a few weeks.\r\n"
  558. File_user_unknown "Username %s not\r\n"
  559.                   "in userlist, do you want to enter a\r\n"
  560.                   "new username (Y,n)? "
  561. File_user_known   "The user is known at this BBS so you\r\n"
  562.                   "can transfer a file to them\r\n"
  563. File_user_upload  "\nUpload the file now (Y,n)? "
  564. File_no_diskspace "\r\n\nDue lack of disk space file %s\r\n"
  565.                         "saved as READ-ONLY\r\n\n"
  566.                         "Please write a message to sysop for\r\n"
  567.                         "the file description\r\n\n"
  568. ;
  569. Misc_terminate   "\fThe Sysop does terminate Octopus...\r\n"
  570. Misc_prg_exec    "\fThe Sysop starts an external programm\r\n"
  571. Misc_call_back     "\r\n\nCall back later... Bye!\r\n"
  572. Misc_shutdown    "\fThe Sysop does a shutdown or\r\n"
  573.                    "resolution change...\r\n\n"
  574.                    "Call back later... Bye!\r\n"
  575. Qwk_need_ndx     "\fDoes your QWK reader need .NDX files?\r\n\n"
  576.                  "@Yes, create QWK packets with .NDX\r\n"
  577.                  "@No,  my Qwk reader doesn't need it.\r\n\n"
  578.                  "Select: "
  579. Qwk_add_news     "\fDo you want welcome & news files in\r\n"
  580.                    "your QWK mail packet?\r\n\n"
  581.                  "@Yes, include welcome and news\r\n"
  582.                  "@No,  don't include welcome and news\r\n\n"
  583.                  "Select: "
  584. Qwk_unmark_areas "\fUnmark all marked msg areas for QWK?\r\n\n"
  585.                  "@Yes, Unmark all marked msg areas.\r\n"
  586.                  "@No,  don't do it!\r\n\n"
  587.                  "Select: "
  588. Qwk_reset_lastrd "\fReset all message lastread pointers?\r\n\n"
  589.                  "@Yes, Reset all lastread pointers.\r\n"
  590.                  "@No,  don't do it!\r\n\n"
  591.                  "Select: "
  592. Qwk_set_maxmsgs  "\fSet Maximum msgs/area for QWK packets\r\n\n"
  593.                  "Enter maximum number of msgs or (Return)\r\n"
  594.                  "for no limit: "
  595. User_list_header "\f Username, city, last, computer\r\n"
  596.                  "--------------------------------------"
  597. User_list_found  "\n%ld users found with '%s'\r\n\n"
  598. User_lastcall    "\fList of last %d callers...\r\n\n"
  599.                  "Full name             Login/logout time\r\n"
  600.                  "-------------------- ------------------\r\n"
  601. User_name2short     "\r\n\nThe full name of you is too short for\r\n"
  602.                        "use, you should enter now a new and\r\n"
  603.                        "your real First and Last name.\r\n>"
  604. User_name_wrong   "\r\n\nThe name %s\r\n"
  605.                         "does not have a first and last name!"
  606. User_name_dup     "\r\n\nThe name %s\r\n"
  607.                         "is already used on this BBS!"
  608. ;
  609. ;  End  OCTOPUS.LNG
  610. ;
  611. ;                       123456789012345678901234567890123456790
  612. ;
  613. ; Updated by Octopus Language file compiler
  614. ; on 07 Feb 97 at 16:00:08
  615. ;
  616. File_incoming   "\r\n\nScanning for incoming files...\r\n\n"
  617. File_found      "\rFound (%s) %s, %lu bytes\r\n\n"
  618. File_moving     "\r\n\nMoving file..."
  619. File_autologoff "\r\nAutomatic logoff\r\n"
  620.                     "press (Space) to abort.\r\n"
  621. File_opt_avail  "\r\nFilebase download options...\r\n\n"
  622.                 "@D File descriptions (now %s)\r\n"
  623.                 "@E Edit taglist.\r\n"
  624. File_opt_file   "\r\nFile (%12s) Size %ld bytes\r\n\n"
  625. File_opt_avail2 "@Q Quit download\r\n"
  626.                 "@P Download protocol (%s)\r\n"
  627.                 "@? Displays this help text\r\n"
  628.                 "@! Start transfer & Logoff.\r\n"
  629. File_fbs_fname  "\r\nEnter Filename, option or (Return)\r\n"
  630.                     "to start Transfer: "
  631. File_fname      "\r\nEnter Option or press (Return) to\r\n"
  632.                     "start Transfer: "
  633. File_descrip    "\r\n\nFile descriptions are now %s\r\n"
  634. ;
  635. ;
  636. ; Updated by Octopus Language file compiler
  637. ; on 07 Feb 97 at 18:59:12
  638. ;
  639. Mess_scanown_bar "\f Msg#  From user:     Subject:\r\n"
  640.                       "----- -------------- ------------------"
  641. Mess_scan_bar    "\f Msg#  From user:     Subject:\r\n"
  642.                       "----- -------------- ------------------\r"
  643. Mess_no_msgs     "\fThere are no messages to read in\r\n"
  644.                    "this area until you write one.\r\n\n"
  645. Mess_Fs_readonly "(area is readonly)"
  646. ;
  647. ; Updated by Octopus Language file compiler
  648. ; on 07 Feb 97 at 22:51:10
  649. ;
  650. Qwk_arealist_hdr "Nr.       area name       msgs. last.\r\n"
  651.                  "-----  - ---------------- ----- -----\r\n"
  652. File_arealist_hdr "Nr.    area name           files  size\r\n"
  653.                   "----- -------------------- ----- ------\r\n"
  654.